golang.org/x/net/http2.ClientConn.maxConcurrentStreams (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L350: maxConcurrentStreams uint32
transport.go#L786: maxConcurrentStreams: initialMaxConcurrentStreams, // "infinite", per spec. Use a smaller value until we have received server settings.
transport.go#L985: maxConcurrent := cc.maxConcurrentStreams
transport.go#L1034: maxConcurrentOkay = cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams)
transport.go#L1709: if cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams) {
transport.go#L2812: cc.maxConcurrentStreams = s.Val
transport.go#L2868: cc.maxConcurrentStreams = defaultMaxConcurrentStreams
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)